<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* { margin: 0; padding: 0;box-sizing: border-box; }
body { margin: 0; padding: 0; height: 100%; font-size: 14px; font-family: Tahoma, Geneva, Microsoft YaHei, "微软雅黑"; color: #333; line-height: 24px; word-break: break-all; }
dd, dl, dt, li, ol, ul { margin: 0; padding: 0; list-style: none }
input { font-size: 12px; font-family: Tahoma, Geneva, Microsoft YaHei, "微软雅黑"; vertical-align: middle }
select { font-family: Arial; font-size: 12px }
textarea { font-family: Tahoma, Geneva, Microsoft YaHei, "微软雅黑"; font-size: 12px }
h3, h4, h5 { margin: 0; padding: 0; font-family: "微软雅黑"; font-size: 14px; font-weight: 400; }
.headtop .fl { float: left }
.fr { float: right }
a { text-decoration: none; transition: all .2s linear 0s; color: #666; }
:focus { outline: 0 }
img { border: 0;vertical-align:middle; }
hr{border: none;} 
em,i,cite{font-style: normal;text-decoration: none;}
i{vertical-align: middle;}

.t_l{text-align:left;}
.t_c{text-align:center;}
.t_r{text-align:right;}
/* hidden */
.o_hidden{overflow:hidden;}
/* dis_no */
.none{display:none;}
.block{display:block;}
/* Hides from IE-mac \*/
.clearfix{display:block;}
/*index.html==========================*/
.clear{clear:both;border:0px;height:0px;width:0px;font-size:0px;overflow:hidden;}
.fl{text-align: center;color:#7e7e7e; font-size:14px;line-height: 30px;}
.fl .dh{ color:#076ce0; font-size:36px;font-style:italic;margin: 25px 0px;}
.fr{float:right;}
.clear{LINE-HEIGHT:0;CLEAR:both;overflow:hidden;font-size:0px;}
/*line 's height*/
.line20{height:20px;}
.line30{height:30px;}
.line40{height:40px;}
.line50{height:50px;}
.line60{height:60px;}

.itit{height:50px;line-height:28px;width:1280px; position:absolute;left:-40px;top:87px;}
.itit .cn_title{font-size:26px;color:#0065bd; font-weight:bold;}
.itit .en_title{font-size:14px;color:#b4b4b6; text-transform:uppercase;}
.itit.t_l{padding-left:20px;border-left:1px solid #016abd;}
.itit.t_r{padding-right:20px;border-right:1px solid #016abd;}

.container{max-width: 1920px;margin: 0 auto;}
.flex{display: flex;display: -ms-flexbox;justify-content:space-between;-ms-flex-pack: justify;}
.flex-default{display: flex;}
.flex-wrap {display: flex; flex-wrap: wrap;}
.wrap { width: 1200px; margin: auto; }

/*other*/
.swiper-container { width: 100%;height: 100%;}
/*headtop*/
.headtop{width: 100%;height: 40px;line-height: 40px;background-color: #f5f5f5;font-size: 13px;color: #666;}
.headtop .fr img {margin-right: 5px; position: relative; top: 2px; height:14px;vertical-align: inherit;}
.headtop .fr{color: #666;padding-top:0px;padding-bottom: 0px;padding-left: 20px;}
.headtop .fr a{color: #666;font-size: 13px;}
/*header*/
.header { width: 100%; height:120px;background: url(../images/nav.png) no-repeat;position: relative;}
.header .wrap{align-items: center;height: 100%;}
.header .wrap .phone {display: flex;justify-content: flex-start;}
.header .wrap .phone img{width: 39px;height: 34px;margin-top: 6px;margin-right: 15px;}
.header .wrap .phone .tel{color: #666;font-size: 16px;}
.header .wrap .phone .tel span{font-size: 20px;color: #076ce0;font-weight: bold;}



.nav {width: 100%;min-width: 1200px; background: #2b2b2b;}
.nav ul {text-transform: uppercase;font-size: 0;}
.nav ul li { display: inline-block; position: relative;font-size: 14px;width: 100px;text-align: center;margin-left: 5px;margin-right: 8px; }
.nav ul li a { display: block;color: #ffffff;}
.nava{line-height:50px;}
.nava:hover{background: #076ce0;}
.nav ul li.active, .nav ul li:hover{background: #076ce0;}
.nav ul li.gbksub { cursor: pointer; }
.transition {-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s; }

/*banner*/ 
.banner{width: 100%;}
.swiper-container-banner{overflow: hidden;position: relative;}
.swiper-container-banner img{width: 100%;}
.swiper-button-next-banner{position: absolute;left: auto !important; right: 2%;top: 47% !important; background-image: url(../images/a2.png); left: 20px;}
.swiper-button-prev-banner{position: absolute;right: auto !important; left: 2%;top: 47% !important;background-image: url(../images/a1.png); right: 20px; }
.swiper-button-next-banner,.swiper-button-prev-banner{display: none; background-repeat: no-repeat; background-position: center; position: absolute; top: 50%; margin-top: -31px; width: 33px; height: 62px; z-index: 3; cursor: pointer;}
.banner:hover .swiper-button-next-banner{display: inline-block;}
.banner:hover .swiper-button-prev-banner{display: inline-block;}
.swiper-button-next-banner:after{content: '';}
.swiper-button-prev-banner:after{content: '';}
.swiper-pagination-banner{
    position: absolute;
    z-index: 2;
    text-align: center;
    width: 100%;
    height: 30px;
    left: 0;
    bottom: 0 !important;
    filter: alpha(opacity=50);
    background: rgba(0,0,0,.5);
    padding-top: 11px;
}
.swiper-pagination-banner span{
    display: inline-block;
    width: 26px;
    height: 8px;
    overflow: hidden;
    margin: 0 5px;
    background: #a1a1a1;
    cursor: pointer;
    border-radius: 0;
    opacity: 1;
}

/*首页*/

.con1s{ width:100%; height:733px; background:url(../images/jjbj.jpg) center no-repeat;}
.con1{ width:1200px; margin:auto; padding:96px 0px;}
.con1 .t{ width:234px; height:208px; background:url(../images/zi1.png) right no-repeat;padding-top:69px; margin-bottom: 9px;}
.con1 .t .yin{ color:#076ce0; font-size:24px; font-weight:bold; margin-bottom:15px; }
.con1 .t .bt{ color:#000000; font-size:30px; font-weight:bold; }
.con1 .txt{ width:546px; color:#333333; font-size:14px; line-height:30px;    margin-bottom: 98px;}
.con1 .xian{ border-bottom:4px solid #bdbdbd; width:49px;}

.con2s{ width:100%;background:url(../images/cp.jpg) repeat-y center top fixed;}
.con2{ width:1200px; margin:auto; padding:80px 0px;}
.con2 .left{ float:left;margin-right:150px;margin-top:60px;}
.con2 .right{width:798px; height:584px; background:#fff;overflow:hidden; margin-top:30px;    margin-bottom: 30px; }
.con2 .t{ width:234px; height:211px; background:url(../images/zi2.png) right no-repeat;padding-top:69px; margin-bottom: 57px;}
.con2 .t .yin{ color:#076ce0; font-size:24px; font-weight:bold; margin-bottom:15px; }
.con2 .t .bt{ color:#fff; font-size:30px; font-weight:bold; }
.con2 .txt{ width:252px; color:#fff; font-size:14px; line-height:30px;    margin-bottom: 98px;}
.con2 .xian{ border-bottom:4px solid #bdbdbd; width:49px;}
.con2 .cp_ul{ overflow:hidden; margin-top:23px; }
.con2 .cp_ul .ipro_list{width:361px;float:left;margin-left:25px;position:relative;background-color:#fff;}
.con2 .cp_ul .ipro_list .ipro_list_img{ overflow:hidden; border:1px solid #dadada;}
.con2 .cp_ul .ipro_list .ipro_list_img img{width:361px;height:237px;border:none;transition:all .45s linear;-webkit-transition:all .45s linear;}
.con2 .cp_ul .ipro_list .pro_name{width:361px;text-align:center;line-height:40px;color:#666;font-size:16px;transition:all 0.6s;-webkit-transition:all 0.6s;}
.con2 .cp_ul .ipro_list:hover .pro_name{color:#076ce0;}
.con2 .cp_ul .ipro_list:hover img{ transform:scale(1.1);-webkit-transform:scale(1.1);}

.con3s{ width:100%; height:780px; background:url(../images/ysbj.jpg) center no-repeat;}
.con3{ width:1200px; margin:auto; padding:80px 0px;}
.con3 .left{ float:left;margin-right:464px;}
.con3 .right{width:502px;overflow:hidden; margin-top:30px; }
.con3 .t{ width:100%; height:115px; background:url(../images/cpt.png) center no-repeat;}
.con3 .t{ width:234px; height:211px; background:url(../images/zi1.png) right no-repeat;padding-top:69px; margin-bottom:275px;}
.con3 .t .yin{ color:#076ce0; font-size:24px; font-weight:bold; margin-bottom:15px; }
.con3 .t .bt{ color:#000000; font-size:30px; font-weight:bold; }
.con3 .xian{ border-bottom:4px solid #bdbdbd; width:49px;}
.con3 .ys1{background:url(../images/y1.png) left no-repeat; margin-bottom:73px;}
.con3 .ys2{background:url(../images/y2.png) left no-repeat; margin-bottom:73px;}
.con3 .ys3{background:url(../images/y3.png) left no-repeat; margin-bottom:73px;}
.con3 .ys4{background:url(../images/y4.png) left no-repeat; margin-bottom:73px;}
.con3 .right .bt{ font-size:20px; color:#fff;    margin-left: 90px;margin-bottom:10px;}
.con3 .right .nr{ font-size:14px; color:#fff;    margin-left: 90px;line-height: 24px;}

.con4s{ width:100%;background:url(../images/new.jpg) repeat-y center top fixed;}
.con4{ width:1200px; margin:auto; padding:50px 0px;}
.con4 .left{ float:left;margin-right:150px; margin-top:60px;}
.con4 .right{width:775px;overflow:hidden; margin-top:30px; }
.con4 .t{ width:234px; height:211px; background:url(../images/zi2.png) right no-repeat;padding-top:69px; margin-bottom: 57px;}
.con4 .t .yin{ color:#076ce0; font-size:24px; font-weight:bold; margin-bottom:15px; }
.con4 .t .bt{ color:#fff; font-size:30px; font-weight:bold; }
.con4 .txt{ width:252px; color:#fff; font-size:14px; line-height:30px;    margin-bottom: 98px;}
.con4 .xian{ border-bottom:4px solid #bdbdbd; width:49px;}
.con4 .inews_ul{width:779px;}
.con4 .inews_ul .li{ height:127px; border-bottom:1px dashed #414141; margin-bottom:46px; }
.con4 .inews_ul .li ._info{ width:650px;float: left;}
.con4 .inews_ul .li ._tit{font-size:16px;color:#fff;    margin-bottom: 16px;}
.con4 .inews_ul .li ._desc{font-size:14px;color:#fff;line-height: 24px;}
.con4 .inews_ul .li:hover .date{ color:#fff; background:#076ce0;}
.con4 .inews_ul .date{line-height: 24px;text-align:center;color:#666666; width:85px; height:85px; background:#ffffff;    float: left; margin-right:25px;}
.con4 .inews_ul .date_d{ font-size:25px;padding-top: 21px;}
.con4 .inews_ul .date_y{ font-size:14px;}

.con5s{ width:100%;height:750px; background:url(../images/lxbj.jpg) center no-repeat;}
.con5{ width:1200px; margin:auto; padding:80px 0px;}
.con5 .left{ float:left;margin-right:458px;}
.con5 .right{width:502px;overflow:hidden; margin-top:30px; }
.con5 .right .txt{ color:#666; font-size:14px; line-height:30px;}
.con5 .t{ width:100%; height:115px; background:url(../images/cpt.png) center no-repeat;}
.con5 .t{ width:234px; height:211px; background:url(../images/zi1.png) right no-repeat;padding-top:69px;  margin-bottom:275px;}
.con5 .t .yin{ color:#076ce0; font-size:24px; font-weight:bold; margin-bottom:15px; }
.con5 .t .bt{ color:#000000; font-size:30px; font-weight:bold; }
.con5 .xian{ border-bottom:4px solid #bdbdbd; width:49px;}
.con5 .right #container{min-width:592px;margin-top: -30px;}


.ilink{ width:100%; background:#fff; margin-top:-20px;}
.link{ width:1200px; margin:auto; line-height:40px; color:#333;}
.link span{ color:#076ce0; font-size:14px;}
.link a{ color:#2d2d2d; margin-left:10px; padding:0px 5px;font-size:12px;}
.link a:last-child{margin-left: 0;padding-left: 0;}
.footers{ width:100%; height:auto; background:#191919;}
.footer{ width:1200px; margin:auto; color:#7b818d; padding:20px 0px; overflow:hidden;}
.footer a{ color:#7e7e7e; font-size:14px;}
.footer a:hover{ color:#fff;}


.footer .foot_nav{ width:100%; float:left;  border-bottom:1px solid #2f2f2f;margin-bottom: 50px;}
.footer .foot_nav a{ margin:0px 37px; line-height:55px;}
.footer span{margin: 0 5px;}

.foots{ width:100%; height:auto; background:#1b1f2a; border-top:1px dashed #2d3242;}
.foot{ width:1200px; margin:auto; color:#7b818d; padding:30px 0px; overflow:hidden; line-height:36px;}


/*分站*/
.citys {width: 100%; min-width: 1200px; padding: 50px 0;}
.citys .dq ul {padding:15px; background: #fafafa; border: 1px solid #e6e6e6; display: flex; display: -ms-flexbox; justify-content: space-between; -ms-flex-pack: justify;}
.citys .dq ul li {font-size: 16px; color: #666;}
.citys .dq ul li:hover {cursor: pointer;}
.citys .dq ul li i {    width: 1px;
    height: 11px;
    margin: 8px 0 0 38px;
    float: right;
    background: #C7C7C7;}
.citys .cs ul {padding: 15px; display: flex; display: -ms-flexbox; flex-wrap:wrap; -ms-flex-wrap: wrap; border: 1px solid #e6e6e6; border-top: none;}
.citys .cs ul li a {padding: 5px 12px;}
.dqli {font-weight: bold;}


/*内页*/
.ban { width: 100%; height: 400px; }
.about p { line-height: 36px; }
.videolist ul {display: flex; flex-wrap: wrap; justify-content: space-between; flex-wrap: wrap; -ms-flex-wrap: wrap;}
.videolist ul li  {margin-bottom: 20px;}
.videolist ul li .title {text-align: center; line-height: 45px; background: #f2f2f2;}
.videolist ul li .title:hover {background: #076ce0; color: #fff;}
.videolist ul li img {width:285px ; height: 250px;}
.location { width: 100%; border-bottom: 1px solid #e4e4e4; height: 45px; line-height: 45px;  }
.location .breadrumb { background: url(../images/address.png) left center no-repeat; padding-left: 20px; }
.c_wrap { margin:40px auto;}
.c_wrap_l { width: 240px; float: left; }
.c_wrap_l .tit { background: #333; font-size: 20px; color: #fff; font-weight:bold; padding: 15px; text-align:center; }
.c_wrap_l .tellbg {background: url(../images/tellbg.jpg) center no-repeat; background-size:auto; padding:15px 0; }
.c_wrap_l .telltest {  width:60%; height: 64px; background: #a15605; background: rgba(33, 33, 33, 0.5); line-height:40px;font-size:20px; color: #fff; padding-left:15px; font-weight:bold;}
.c_wrap_l .telltest p{font-family: Arial;font-weight:100; line-height:10px;}
.c_wrap_l .tit p { font-size: 14px; text-transform: uppercase; font-family: Arial; padding-top: 10px; }
.c_wrap_l .box #leftnav dl dt {display: flex; justify-content: space-between;border-top: 1px solid #f6f6f6;}
.c_wrap_l .box #leftnav dl dt a {flex:1; display: inline-block; text-indent:5px;font-size: 14px; margin:0 10px;}
.c_wrap_l .box #leftnav dl dt span {width: 19px; height: 19px; display: block; float:right; color: #444; font-size: 18px; margin-right: 15px;}
.c_wrap_l .box #leftnav dl dt:hover {background: #076ce0;border-top: 1px solid #f6f6f6;}
.c_wrap_l .box #leftnav dl dt:hover a {color: #fff;border-bottom: 1px dashed #076ce0;}
.c_wrap_l .box #leftnav .list2 { color: #333; line-height:40px; } 
.c_wrap_l .box #leftnav .list2 a {display:block; width:200px; margin:0 auto;  padding-left:20px;  border-bottom: 1px dashed #d7d7d7;border-top: 1px solid #f6f6f6;}
.c_wrap_l .box #leftnav .list2 a:hover {color: #fff; background: #076ce0;border-bottom: 0px;border-top: 1px solid #f6f6f6;}
.c_wrap_l .box { background: #f6f6f6; margin-bottom: 30px; padding-bottom:10px;}
.c_wrap_l .box dt a{ display:block; margin:0 auto;  height: 45px; line-height: 45px;  transition: all .2s linear 0s;border-bottom: 1px dashed #d6d6d6;  position: relative; }
.c_wrap_l .box #leftnav dt a {display: inline-block; }
.c_wrap_l .box dl dt:hover span{width:10px; height: 15px; display: inline-block; color:#fff !important;}
.c_wrap_l .box dl dt:hover {cursor: pointer; color: #fff;}
.c_wrap_l .box dl .active{background: #076ce0; border-bottom: 1px dashed #076ce0;}
.c_wrap_l .box dl .active a,.c_wrap_l .box dl .active span{color: #fff !important;border-bottom: 0px ;}

.c_wrap_l .box dl dt span:hover {cursor: pointer;}
.c_wrap_l .box.contact { padding: 15px 15px; background: #f6f6f6; }
.c_wrap_l .box.tags { padding: 15px; }
.c_wrap_l .box.tags .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 11px; font-weight: bold; color: #fff; line-height: 1; vertical-align: middle; white-space: nowrap; text-align: center; background-color: #777777; border-radius: 10px; margin-bottom: 10px; }
.c_wrap_l .box.tags .badge i { display: inline-block; width: 12px; height: 12px; background: url(../images/tags.png) no-repeat; margin-right: 5px; }
.c_wrap_r { width: 930px; float: right; }
.c_wrap_r iframe{ min-height:350px !important;}

.prolist { width: 280px; float: left; }
.prolist { width: 280px; float: left; margin: 0 15px; margin-bottom: 28px; }
.prolist img { width: 280px;height: 184px;}
.prolist p.title { height: 45px; line-height: 45px; background: #f2f2f2; text-align: center; transition: all .2s linear 0s; }
.prolist p.title:hover { background: #076ce0; color: #fff; }
.newslist { padding-bottom: 30px; }
.overf { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.list_item { position: relative; padding: 33px 0; transition: all .2s linear 0s; }
.list_item .news_con { position: absolute; width: 719px; padding: 0 30px; }
.list_item .name { padding: 15px 0 5px; font-weight: normal; margin-bottom: 10px; font-size: 18px; color: #343434; }
.list_item .news_con .des { overflow: hidden; height: 72px; font-size: 14px; line-height: 22px; color: #999999; text-align: left; }
.list_item .news_con .xian { position: absolute; top: 16px; height: 16px; width: 4px; background: #999; transition: all .2s linear 0s; }
.list_item .news_others { position: relative; overflow: hidden; width: 160px; padding: 0 40px; height: 126px; }
.list_item .news_others .inform { position: absolute; width: 100%; top: 10px; }
.list_item .news_others .date { margin-bottom: 10px; font-size: 40px; line-height: 1; font-family: 'PingFang-Light'; opacity: 0.7; color: #999; display: block; padding-bottom: 5px; }
.list_item .news_others .year { margin-bottom: 5px; font-size: 14px; opacity: 0.6; color: #999; }
.list_item .news_others .more { display: block; width: 42px; height: 20px; opacity: 0; transform: translateX(-20px); border-bottom: 2px solid #076ce0; padding-bottom: 8px; font-size: 12px; transition: all .2s linear 0s; }
.list_item .news_xian { display: block; width: 1px; height: 192px; background: #e3e3e4; position: absolute; left: 210px; margin-left: -0.5px; top: 0; z-index: 0; }
.odd .list_item { padding-left: 50%; }
.odd .list_item .news_con { left: 0; }
.odd .list_item .news_con .xian { right: -2px; }
.even .list_item .news_con { right: 0; }
.even .list_item .news_con .xian { left: -2px; }
.list_item:hover { box-shadow: 0 0 20px #ddd; }
.list_item:hover .news_con .xian { height: 80%; background: #076ce0; }
.list_item:hover .news_con .name { color: #076ce0; font-weight: normal; }
.list_item:hover .news_others .date, .list_item:hover .news_others .year { opacity: 1; color: #076ce0; }
.list_item:hover .news_others .more { opacity: 1; transform: translateX(0); color: #076ce0; }
.list_item:hover .news_others .img { opacity: 1; }
.c_wrap_r h1 { font-weight: 400; font-size: 24px; text-align: center; padding: 15px 0; }
.c_wrap_r p.news_oth { text-align: center; color: #888; border-bottom: 1px dashed #e4e4e4; padding-bottom: 10px; }
.c_wrap_r p.news_oth span { margin: 0 10px; }
.summary { position: relative; background: #fafafa; margin: 20px 10px 0; padding: 40px 20px 20px; font-family: 微软雅黑; color: #6c7480; font-style: italic; line-height: 150%; border: 1px solid #eee; border-radius: 5px; }
.summary span { position: absolute; left: -1px; top: 15px; padding: 0 0 0 20px; font-size: 1.2em; font-style: normal; color: #c2c6cc; border-left: 4px solid #c2c6cc; }
.content { padding: 20px 10px; line-height: 30px; }
.content img {display: block; margin: 0 auto;}
.content p { margin-bottom: 10px; }
.content h2, .interested .tit { height: 48px; line-height: 48px; font-size: 16px; color: #202020; background: #eee; text-indent: 15px; font-weight: 400; border-left: 5px solid #076ce0; margin-bottom: 10px; }
.pro_c { margin-bottom: 40px; padding:0px 50px; }
.pro_c .img { width: 95%;text-align: center;border: 1px dashed #ccc;padding:10px; border-radius: 15px;}
.pro_c .img img { width: 100%;; border-radius: 15px; cursor: pointer;margin: 0 auto; }
.pro_c .img .swiper-pagination { background: rgba(0,0,0,.5); color: #fff; width: auto; left: 50%; margin-left: -25px; padding: 0 10px; border-radius: 24px; line-height: 24px; height: 24px; font-size: 12px; }
.pro_c .text { text-align: center; margin-bottom: 20px;}
.pro_c .text .tit h1 { font-size: 18px; font-weight: 400; text-align: left; display: inline-block; padding: 0; font-weight:bold; }
.pro_c .des {margin-top: 20px; line-height: 30px; color: #777777;text-align: center; }
.interested+.content { padding-top: 0; }
.taglist .list { display: none; border-bottom: 1px solid #f5f5f5; height: 50px; line-height: 50px; padding: 0 10px; }
.taglist .list span { margin-right: 20px; }
.taglist .list a { display: block; color: #777; background: url(../images/jt1.jpg) right center no-repeat; }
.tag { border-bottom: 1px dashed #ccc; padding-bottom: 16px; margin-top: 50px; font-size: 14px; color: #29282d; margin-bottom:30px; }
.tag a { display: inline-block; height: 25px; line-height: 25px; padding: 0 10px; border: 1px solid #999; margin-left: 6px; color: #29282d; border-radius: 3px; }
.pagebox { height: 36px;  text-align: center; }
.pagebox #pagesize { display: inline-block; }
.pagebox #pagesize li { float: left; }
.pagenav { overflow: hidden; margin-top: 30px; margin-bottom: 62px; }
.pagenav p { width: 45%; font-size: 14px; color: #777; }
.pagenav p.next { float: left; }
.pagenav p.prev { float: right; text-align: right; }
.interested { padding-bottom: 20px; }
.interested .list { border-bottom: 1px dashed #ddd; height: 50px; line-height: 50px; padding-right:5px; padding-left:20px; background:url(../images/jt_right.png) no-repeat center left; }
.interested .list span { float:right; color:#CCC;}
.interested .list a { display: block; color: #777; }
.interested .prolist { width: 212px; float: left; margin: 15px 10px; margin-bottom: 30px; }
.interested .prolist img { width: 212px;}
.interested .prolist p.title { height: 45px; line-height: 45px; background: #f2f2f2; text-align: center; transition: all .2s linear 0s; }
.interested .prolist p.title:hover { background: #076ce0; color: #fff; }
.photolist {float: left; margin-right: 40px;margin-bottom: 28px;}
.photolist img{width:269px;}
.photolist .title {height: 45px; text-align: center; line-height: 45px;background: #f2f2f2; transition: all .2s;}
.photolist .title:hover {background: #cd0208;color: #fff;}


.zxly{ padding-left:5px; margin-bottom:30px; line-height:40px; font-size:15px;}
.zxly span{ font-weight:bold; font-size:16px;}

.ny_lxwm .t{ font-size:24px; color:#333; font-weight:bold; line-height:50px;}
.ny_lxwm li{float:left; width:464px; background:url(../images/lx_ico.png) left 18px  no-repeat;line-height:70px; height:70px; border-bottom:1px solid #eee;padding-left:65px;}
.ny_lxwm li.li1{ background-position:0px 20px;}
.ny_lxwm li.li2{ background-position:00px -50px;}
.ny_lxwm li.li3{ background-position:0px -120px;}
.ny_lxwm li.li4{ background-position:0px -190px;}
.ny_lxwm li.li5{ background-position:0px -260px;}
.ny_lxwm li.li6{ background-position:0px -330px;}
.lxtjyc{ display:none;}



/*底部*/


.fix-right-v2 { position: fixed; right: 20px; bottom: 100px; width: 38px; height: 38px; background: #fff; z-index: 1001; }
.fix-right-v2 table { width: 100%; height: 100%; }
.fix-right-v2 table, .fix-right-v2 td { margin: 0; padding: 0; border: 0; border-spacing: 0; border-collapse: collapse; height: 38px; }
.fix-right-v2 li { position: relative; }
.fix-right-v2 a { display: block; width: 38px; font-size: 0; background-image: url(../images/sidebar_spriteV2.png); overflow: hidden; cursor: pointer; transition: none; }
.fix-right-v2 .download a { height: 38px; background-position: -38px -176px; }
.fix-right-v2 .download:hover a { background-position: 0 -176px; }
.fix-right-v2 .download img { width: 90px; height: 90px; }
.fix-right-v2 li span { position: absolute; right: 58px; top: 0; visibility: hidden; padding: 0 14px; opacity: 0; color: #fff; font-size: 12px; background: #076ce0; transition: .3s all ease-in; -webkit-transition: .3s all ease-in; -moz-transition: .3s all ease-in; -o-transition: .3s all ease-in; white-space: nowrap; }
.fix-right-v2 li .popup-qr { top: -30px; padding: 8px; background: #fff; }
.fix-right-v2 li span i { position: absolute; right: 0; top: 50%; width: 0; height: 0; margin: -5px -10px 0 0; font-size: 0; border: 5px solid; border-color: transparent transparent transparent #076ce0; overflow: hidden; }
.fix-right-v2 li .popup-qr i { border-color: transparent transparent transparent #fff; }
.fix-right-v2 .feedback a, .fix-right-v2 .feedback span { height: 38px; line-height: 38px; }
.fix-right-v2 .feedback a { background-position: -38px -252px; }
.fix-right-v2 .feedback:hover a { background-position: 0 -252px; }
.fix-right-v2 li:hover span { right: 38px; opacity: 1; visibility: visible; }
.fix-right-v2 .gotop { position: absolute; bottom: 38px; }
.fix-right-v2 .gotop a, .fix-right-v2 .gotop span { height: 38px; line-height: 38px; }
.fix-right-v2 .gotop a { background-position: -38px -290px; }
.fix-right-v2 .gotop:hover a { background-position: 0 -290px; }
/**/
#dituContentn{ width:100%; height:340px !important;}
.companywab{background:url(../images/ba.png) no-repeat left center; padding-left:25px;}</pre></body></html>